home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / v9n08.arc / TYPEFAST.DOC < prev   
Text File  |  1990-03-30  |  3KB  |  51 lines

  1. UTILITIES  
  2. MICHAEL J. MEFFORD  
  3. Vol. 9, No. 8
  4.  
  5. TYPEFAST and TPFST-AT
  6.  
  7.  
  8. Purpose: To change the default keyboard typematic rate and initial delay. 
  9.          TYPEFAST.COM is a memory-resident (TSR) utility that works with all
  10.          XT and later PCs and clones; TPFST-AT.COM is non-resident, but works 
  11.          only with late-model ATs (BIOS date 11/15/85 or later) and with 
  12.          XT 286, PS/2, and 386-based AT compatibles.
  13.  
  14. Format:    TYPEFAST [m][,n] | [/U] | [N]
  15.          or 
  16.     TPFST-AT [m][,n] | [N]
  17.  
  18. Remarks: Entered without any optional parameters, both TYPEFAST and TPFST-AT 
  19.          default to a repetition rate of approximately 17 characters per second
  20.          (11 cps is the normal keyboard typematic rate) with a standard initial 
  21.          delay of 1/2 second.  The optional m parameter sets the repeat rate 
  22.          and n sets the delay.  
  23.  
  24.     For TYPEFAST, the m values may range from 0 through 31 (the default is 
  25.         2) and n values may range from 0 through 3 (default 3).  For TPFST-AT 
  26.         m values also range from 0 through 31, but in this case the default 
  27.         value of 27 corresponds to the 17 cps repeat rate.  TPFST-AT n values 
  28.         range from 0 through 3 (default 1).  The same numeric values for the 
  29.         optional m and n parameters do not produce the same results in the 
  30.         two progams, though in both cases the larger the number the greater 
  31.         will be the repetition rate and the initial delay.  When executed, 
  32.         both programs show the appropriate syntax parameters on the screen.
  33.         A single parameter may be entered (preceded by a delimiting comma if 
  34.         the first parameter is omitted) if the default value is satisfactory 
  35.         for the missing value.
  36.  
  37.     When installed, normally by being made part of an AUTOEXEC.BAT file, 
  38.         TYPEFAST occupies approximately 300 bytes of RAM.  The program can 
  39.         subsequently be run again with new parameters without further memory 
  40.         penalty.  Subject to the usual TSR limitations, TYPEFAST  can be 
  41.         uninstalled by running it with the /U switch.  The N option restores 
  42.         the normal typematic rates.
  43.  
  44.     Since TPFST-AT is not memory resident it cannot be uninstalled.  To 
  45.         revert to the normal typematic speeds simply use the N switch. 
  46.         TPFST-AT provides slightly smoother response and permits the keyboard 
  47.         to use slower or faster than normal rates.  TYPEFAST, on the other 
  48.         hand, provides better insurance against overshooting the desired 
  49.         stopping point.
  50.  
  51.